Crate roxmltree[−][src]
Represent an XML 1.0 document as a read-only tree.
The root point of the documentations is Document::parse.
You can find more details in the README and the parsing doc.
The tree structure itself is a heavily modified https://github.com/causal-agent/ego-tree License: ISC.
Structs
| Attribute | An attribute. |
| AxisIter | Iterator over specified axis. |
| Children | Iterator over children. |
| Descendants | Iterator over a node and its descendants. |
| Document | An XML tree container. |
| ExpandedName | An expanded name. |
| Namespace | A namespace. |
| Node | A node in a document. |
| NodeId | A node ID stored as |
| PI | A processing instruction. |
| ParsingOptions | Parsing options. |
| TextPos | Position in text. |
Enums
| Error | A list of all possible errors. |
| NodeType | A list of supported node types. |